home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / mis_util / buf01 / bfu2.bat < prev    next >
Encoding:
DOS Batch File  |  1986-01-19  |  570 b   |  18 lines

  1. Echo Off
  2. Cls
  3. Echo *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  4. Echo *  This  Is  An  Example  Of  SETCURSR.COM  *
  5. Echo *                                           *
  6. Echo * Press  Any  Key  To  Continue  Processing *
  7. Echo *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  8. Wait
  9. SetCursr O
  10. Echo The Cursor Should Now Be Turned Off.........Press Any Key To Continue.
  11. Wait
  12. SetCursr B
  13. Echo The Cursor Should Now Be A Block Shape......Press Any Key To Continue.
  14. Wait
  15. SetCursr N
  16. Echo The Cursor Should Now Be Back To Normal.....Press Any Key To Continue.
  17. Wait
  18. Cls